    /*  header main start code */
    
    .header-maincontainer {
        width: 100vw;
        height: 450px;
        display: flex;
        flex-direction: column;
        background: url(../img/postercc.png);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        margin-top: -90px;
    }
    
    .header-maincontent {
        width: 100%;
        height: 100%;
        max-width: 60%;
        display: flex;
        padding-bottom: 15px;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }
    
    .header-maintext {
        width: 574px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        z-index: 1;
    }
    
    .next-back {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header-bas {
        width: 593px;
        height: 250px;
        display: flex;
    }
    
    .next-back img {
        width: 27px;
        display: flex;
        justify-content: flex-end;
    }
    
    .header-maintext h2 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 65px;
        line-height: 80px;
        /* or 123% */
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    
    .header-maintext a {
        color: #ffffff;
        position: relative;
        padding: 10px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    
    .header-maintext a::after {
        content: "";
        border-bottom: 2px solid #00A3FF;
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: 1s;
    }
    
    .header-maintext a:hover {
        color: #00a3ff;
    }
    
    .header-maintext a:hover::after {
        opacity: 1;
    }
    
    .header-mainimg {
        width: 40%;
        height: 90%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    /* 
.header-maintext i{
color: #FFFFFF;
text-align: center;
font-size: 24px;
width: 40px;




} */
    /* header main end code */
    /* BIZ START CODE */
    
    .biz-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 145px;
        position: relative;
    }
    
    .biz-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .biz-text1,
    .biz-text2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #181828;
        border: 2px solid #711F7E;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding: 35px;
    }
    
    .biz-text1 h2,
    .biz-text2 h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }
    
    .biz-text1 p,
    .biz-text2 p {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        /* or 153% */
        color: #FFFFFF;
        margin: 15px 0;
    }
    
    .biz-text1 span,
    .biz-text2 span {
        color: #FFFFFF;
        font-size: 25px;
        margin-right: 10px;
    }
    
    .biz-text1 li,
    .biz-text2 li {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        /* or 153% */
        color: #FFFFFF;
    }
    /* BIZ END CoDE */
    
    .form3-container {
        margin-bottom: 130px;
        position: relative;
    }
    /* FORM 3 END CODE */
    /* VECTOR START */
    
    .biz-vector {
        position: absolute;
        width: 603.49px;
        height: 123px;
        z-index: -1;
        left: -40%;
        top: -5%;
    }
    /* BIZ VECTOR END*/
    /* SERVICE VECTOR START */
    
    .service-vector {
        position: absolute;
        width: 295px;
        height: 295px;
        z-index: -1;
        left: -17%;
        top: 55%;
    }
    /* SERVICE VECTOR END */
    /* FORM3-VECTOR START */
    
    .form3-vector {
        position: absolute;
        width: 214.61px;
        height: 214px;
        z-index: -1;
        top: 20%;
        right: -11%;
    }
    /* FORM3-VECTOR */
    /* VECTOR END */
    
    @media screen and (min-width:2000px) {
        /*  header main start code */
        .header-maincontent {
            max-width: 65%;
        }
        .next-back img {
            width: 50px;
            display: flex;
            justify-content: flex-end;
        }
        .header-maintext h2 {
            font-family: Montserrat;
            font-style: normal;
            font-weight: 600;
            font-size: 85px;
            line-height: 80px;
            /* or 123% */
            display: flex;
            align-items: center;
            color: #ffffff;
        }
        .header-maintext a {
            color: #ffffff;
            position: relative;
            padding: 10px;
            font-family: Montserrat;
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 20px;
        }
        /* header main end code */
        .biz-text1 h2,
        .biz-text2 h2 {
            font-style: normal;
            font-weight: 700;
            font-size: 25px;
            line-height: 24px;
            color: #FFFFFF;
            margin-bottom: 20px;
        }
        .biz-text1 p,
        .biz-text2 p {
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 26px;
            /* or 153% */
            color: #FFFFFF;
            margin: 15px 0;
        }
        .biz-text1 span,
        .biz-text2 span {
            color: #FFFFFF;
            font-size: 30px;
            margin-right: 10px;
        }
        .biz-text1 li,
        .biz-text2 li {
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 26px;
            /* or 153% */
            color: #FFFFFF;
        }
        /* VECTOR START */
        .biz-vector {
            position: absolute;
            width: 603.49px;
            height: 123px;
            z-index: -1;
            left: -33%;
            top: -5%;
        }
        /* BIZ VECTOR END*/
        /* SERVICE VECTOR START */
        .service-vector {
            position: absolute;
            width: 320px;
            height: 320px;
            z-index: -1;
            left: -14%;
            top: 50%;
        }
        /* SERVICE VECTOR END */
        /* FORM3-VECTOR START */
        .form3-vector {
            position: absolute;
            width: 214.61px;
            height: 214px;
            z-index: -1;
            top: 20%;
            right: -9%;
        }
        /* FORM3-VECTOR */
        /* VECTOR END */
    }
    
    @media screen and (max-width:1720px) {
        .header-maincontent {
            max-width: 65%;
        }
    }
    
    @media screen and (max-width:1500px) {
        .header-maincontent {
            max-width: 75%;
        }
        /* VECTOR START */
        .biz-vector {
            position: absolute;
            width: 420px;
            height: 90px;
            z-index: -1;
            left: -30%;
            top: -5%;
        }
        /* BIZ VECTOR END*/
        /* SERVICE VECTOR START */
        .service-vector {
            position: absolute;
            width: 260px;
            height: 260px;
            z-index: -1;
            left: -16%;
            top: 55%;
        }
        /* SERVICE VECTOR END */
        /* FORM3-VECTOR START */
        .form3-vector {
            position: absolute;
            width: 160px;
            height: 160px;
            z-index: -1;
            top: 20%;
            right: -11%;
        }
        /* FORM3-VECTOR  END*/
        /* VECTOR END */
    }
    
    @media screen and (max-width:1350px) {
        .header-maincontent {
            max-width: 80%;
        }
        /* VECTOR START */
        .biz-vector {
            position: absolute;
            width: 420px;
            height: 90px;
            z-index: -1;
            left: -30%;
            top: -5%;
        }
        /* BIZ VECTOR END*/
        /* SERVICE VECTOR START */
        .service-vector {
            position: absolute;
            width: 220px;
            height: 220px;
            z-index: -1;
            left: -12%;
            top: 80%;
        }
        /* SERVICE VECTOR END */
        /* FORM3-VECTOR START */
        .form3-vector {
            position: absolute;
            width: 160px;
            height: 160px;
            z-index: -1;
            top: 20%;
            right: -11%;
        }
        /* FORM3-VECTOR  END*/
        /* VECTOR END */
    }
    
    @media screen and (max-width:1050px) {
        .header-maincontent {
            max-width: 85%;
        }
        .header-mainimg img {
            width: 60px;
            height: 60x;
        }
        /* BIZ START CODE */
        .biz-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 145px;
            position: relative;
        }
        .biz-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .biz-text1,
        .biz-text2 {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #181828;
            border: 2px solid #711F7E;
            box-sizing: border-box;
            margin-bottom: 30px;
            padding: 35px;
        }
        .biz-text1 h2,
        .biz-text2 h2 {
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            color: #FFFFFF;
            margin-bottom: 20px;
        }
        .biz-text1 p,
        .biz-text2 p {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 26px;
            /* or 153% */
            color: #FFFFFF;
            margin: 15px 0;
        }
        .biz-text1 span,
        .biz-text2 span {
            color: #FFFFFF;
            font-size: 25px;
            margin-right: 10px;
        }
        .biz-text1 li,
        .biz-text2 li {
            font-style: normal;
            font-weight: 400;
            font-size: 17px;
            line-height: 26px;
            /* or 153% */
            color: #FFFFFF;
        }
        /* BIZ END CDE */
        /* form3 start code */
        .form3-container {
            width: 100%;
            height: 100px;
            align-items: center;
            justify-content: flex-start;
            position: relative;
            z-index: 3;
            margin-top: 80px;
            margin-bottom: 50px;
        }
        .form3-content {
            width: 100%;
            display: flex;
            margin: 0 auto;
        }
        .form3-item {
            width: 100%;
            height: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-around;
            padding: 0px;
            background: #711f7e;
        }
        .form3-item span {
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 29px;
            display: flex;
            align-items: center;
            color: #ffffff;
        }
        .form3-item #form3-open {
            width: 170px;
            height: 45px;
            border: none;
            cursor: pointer;
            background: transparent;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 19px;
            color: #ffffff;
            border: 2px solid #ffffff;
        }
        /* VECTOR START */
        .biz-vector {
            display: none;
        }
        /* BIZ VECTOR END*/
        /* SERVICE VECTOR START */
        .service-vector {
            display: none;
        }
        /* SERVICE VECTOR END */
        /* FORM3-VECTOR START */
        .form3-vector {
            display: none;
        }
        /* FORM3-VECTOR  END*/
        /* VECTOR END */
    }
    
    @media screen and (max-width: 870px) {
        .sosial {
            display: none;
        }
        .header-maincontainer {
            width: 100vw;
            height: 300px;
            margin-top: 0px;
        }
        .header-maincontent {
            width: 100%;
            height: 100%;
            max-width: 85%;
            display: flex;
            padding-bottom: 15px;
            margin: 0 auto;
            justify-content: space-around;
        }
        .header-maintext {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            z-index: 1;
        }
        .header-bas {
            width: 100%;
            height: 50%;
            display: flex;
            align-items: center;
        }
        .header-maintext h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 30px;
            line-height: 60px;
            /* or 123% */
            display: flex;
            align-items: center;
            color: #ffffff;
        }
        .header-maintext a {
            color: #ffffff;
            position: relative;
            padding: 10px;
            font-family: Montserrat;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
        }
        .next-back img {
            width: 20px;
        }
        .header-mainimg img {
            width: 50px;
            height: 50x;
        }
        /* BIZ START CODE */
        .biz-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 100px;
            position: relative;
        }
        .biz-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .biz-text1,
        .biz-text2 {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #181828;
            border: 2px solid #711F7E;
            box-sizing: border-box;
            margin-bottom: 30px;
            padding: 35px;
        }
        .biz-text1 h2,
        .biz-text2 h2 {
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            color: #FFFFFF;
            margin-bottom: 20px;
        }
        .biz-text1 p,
        .biz-text2 p {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 26px;
            /* or 153% */
            color: #FFFFFF;
            margin: 15px 0;
        }
        .biz-text1 span,
        .biz-text2 span {
            color: #FFFFFF;
            font-size: 25px;
            margin-right: 10px;
        }
        .biz-text1 li,
        .biz-text2 li {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 26px;
            /* or 153% */
            color: #FFFFFF;
        }
        /* BIZ END CDE */
    }
    
    @media screen and (max-width:668px) {
        .header-maincontainer {
            width: 100vw;
            height: 250px;
            margin-top: 0px;
        }
        .next-back {
            display: none;
        }
        .header-mainimg {
            display: none;
        }
        .form3-container {
            display: none;
        }
        /* BIZ START CODE */
        .biz-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 100px;
            position: relative;
        }
        .biz-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .biz-text1,
        .biz-text2 {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #181828;
            border: 2px solid #711F7E;
            box-sizing: border-box;
            margin-bottom: 30px;
            padding: 15px;
        }
        .biz-text1 h2,
        .biz-text2 h2 {
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            color: #FFFFFF;
            margin-bottom: 10px;
        }
        .biz-text1 p,
        .biz-text2 p {
            font-style: normal;
            font-weight: 300;
            font-size: 13px;
            line-height: 16px;
            /* or 153% */
            color: #FFFFFF;
            margin: 15px 0;
        }
        .biz-text1 span,
        .biz-text2 span {
            color: #FFFFFF;
            font-size: 20px;
            margin-right: 10px;
        }
        .biz-text1 li,
        .biz-text2 li {
            font-style: normal;
            font-weight: 300;
            font-size: 13px;
            line-height: 18px;
            /* or 153% */
            color: #FFFFFF;
        }
        /* BIZ END CDE */
    }
    
    @media screen and (max-width:575px) {
        .header-maincontainer {
            width: 100vw;
            height: 200px;
            margin-top: 0px;
        }
        .header-maintext h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 25px;
            line-height: 60px;
            /* or 123% */
            display: flex;
            align-items: center;
            color: #ffffff;
        }
    }